home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
mcode_01
/
source
/
basics
/
readme
< prev
Wrap
Text File
|
1995-04-27
|
833b
|
23 lines
File Description : Readme file for the basics source directory
Author : Stephen McNabb
Creation Date : 21st February 1995
Last Updated : 21st Februray 1995
The '\source\basics\' directory holds all the source files for
the basic functions such as getting a character from the keyboard or
displaying a string on screen. The executables are not included but
examples of their use can be found in the '\source\general\' directory.
Files
-----
exit.s - source code for exiting from program
getchar1.s - source code for reading a character with echo
getchar2.s - source code for reading a character without echo
gettext.s - source code for reading a string
putchar.s - source code for displaying a character
puttext.s - source code for displaying a string
readme - this file
*** End of File ***